home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl980 / hshl451j.lzh / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-02-16  |  2KB  |  56 lines

  1. echo off
  2. verify on
  3. if %1d==d goto instructions
  4. if %2d==d goto instructions
  5. cls
  6. echo  This installs HyperShell into a directory named %1%2.
  7. echo  
  8. mkdir %1%2
  9. echo  
  10. echo If the message "Unable to create directory" was displayed,
  11. echo it means the directory already exists. The files will be installed
  12. echo to the existing directory. If this contains your previous release
  13. echo of HyperShell you should stop the installation and remove the
  14. echo files for the previous release from the directory, being careful
  15. echo to keep any of your own files. 
  16. echo If you want to stop the installation at this point, press Ctrl-Break
  17. PAUSE
  18. cls
  19. echo Installing HyperShell to %1%2
  20. echo Copying READ.ME file
  21. copy read.me %1%2
  22. echo Copying README.V45 file
  23. copy readme.v45 %1%2
  24. echo Installing base system
  25. hmainsfx.exe /e%1%2 /x
  26. if %3d==d goto next
  27. pause insert second target floppy disk in %1
  28. :next
  29. echo Installing hypop and utilities
  30. hypopsfx.exe /e%1%2 /x
  31. echo Installation of first disk complete
  32. echo Now load second HyperShell disk and type 'install2 %1 %2'
  33. goto finito
  34. :instructions
  35. cls
  36. echo  The HyperShell system requires 1 megabyte of free space on a hard disk.
  37. echo  On floppy disk it requires 4 x 360k disks, 2 x 720k disks, or 1 HD disk
  38. echo  Installation of documentation requires a further 700k
  39. echo   
  40. echo  To install HyperShell base system, enter the command:-
  41. echo     install d: \directory
  42. echo   
  43. echo   d:           = name of the target drive
  44. echo   \directory   = name of the target directory
  45. echo  
  46. echo   ensure you have a space between drive name and directory name
  47. echo   eg. install to drive c: in directory \hypshell
  48. echo  
  49. echo     install c: \hypshell
  50. echo  
  51. echo   NOTE: To install to 360k floppy disks, type the following,
  52. echo         ensuring there is a space before pause
  53. echo   
  54. echo     install b: \ pause
  55. :finito
  56.